How to start Windows Explorer as domain administrator [closed]
        Posted  
        
            by 
                Otiel
            
        on Super User
        
        See other posts from Super User
        
            or by Otiel
        
        
        
        Published on 2011-11-21T15:49:31Z
        Indexed on 
            2011/11/24
            10:04 UTC
        
        
        Read the original article
        Hit count: 531
        
Possible Duplicate:
How do you run windows explorer as a different user?
Is it possible to start a Windows Explorer with the rights of another domain user?
I tried to do the following to start a Windows Explorer on my computer as my domain Administrator, but without success:
- Right click on 
C:\Windows\explorer.exeto selectRun as different user, Enter the domain administrator credentials:
Domain\Administrator ************
The windows explorer session only opens with my current user rights (Domain\me).
The reason behind my question is that I want to change some folder rights on a domain shared disk and I need the Domain\Administrator user rights to do it.
Usually, I do it by login as Domain\Administrator on the server hosting the shared disk but I would like to be able to do it from my PC, logged as my current login (Domain\me).
EDIT
As seen in the linked posts, it is not possible anymore on Windows Vista or 7.
On Windows XP, the solution is to do:
runas /user:domain\username "explorer /separate"
        © Super User or respective owner